home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
GRAPH_FO
/
(GRAPH
/
CGRAPHTE
/
CGRAPHAP.H
< prev
next >
Wrap
Text File
|
1991-02-15
|
718b
|
28 lines
/******************************************************************************
CGraphApp.h
Interface for the GraphApp Class
Copyright ⌐ 1989 Symantec Corporation. All rights reserved.
******************************************************************************/
#define _H_CGraphApp
/* includes */
#include <CApplication.h> /* Interface for its superclass */
/* class definition */
struct CGraphApp : CApplication { /* Class Declaration */
/** Instance Methods **/
void IGraphApp(void);
void SetUpFileParameters(void);
void SetUpMenus(void);
void Exit(void);
void DoCommand(long theCommand);
void UpdateMenus(void);
void CreateDocument(void);
void OpenDocument(SFReply *macSFReply);
};